home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / falbum / fasetup101.exe / {app} / falbum.exe / 0 / RCDATA / TFORM10 / TFORM10.txt
Text File  |  2004-10-23  |  3KB  |  160 lines

  1. object Form10: TForm10
  2.   Left = 317
  3.   Top = 208
  4.   BorderStyle = bsDialog
  5.   Caption = 'HTML export options'
  6.   ClientHeight = 288
  7.   ClientWidth = 377
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 100
  20.     Top = 256
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.     OnClick = Button1Click
  28.   end
  29.   object Button2: TButton
  30.     Left = 202
  31.     Top = 256
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object PageControl1: TPageControl
  39.     Left = 8
  40.     Top = 8
  41.     Width = 361
  42.     Height = 241
  43.     ActivePage = TabSheet1
  44.     MultiLine = True
  45.     TabOrder = 2
  46.     object TabSheet1: TTabSheet
  47.       Caption = 'Basic'
  48.       TabVisible = False
  49.       object Label1: TLabel
  50.         Left = 17
  51.         Top = 20
  52.         Width = 47
  53.         Height = 13
  54.         Caption = 'Template:'
  55.       end
  56.       object Label2: TLabel
  57.         Left = 22
  58.         Top = 50
  59.         Width = 42
  60.         Height = 13
  61.         Caption = 'Save as:'
  62.       end
  63.       object SpeedButton2: TSpeedButton
  64.         Left = 314
  65.         Top = 44
  66.         Width = 23
  67.         Height = 22
  68.         Caption = '...'
  69.         OnClick = SpeedButton2Click
  70.       end
  71.       object SpeedButton1: TSpeedButton
  72.         Left = 314
  73.         Top = 15
  74.         Width = 23
  75.         Height = 22
  76.         Caption = '...'
  77.         OnClick = SpeedButton1Click
  78.       end
  79.       object Edit1: TEdit
  80.         Left = 72
  81.         Top = 16
  82.         Width = 233
  83.         Height = 21
  84.         TabOrder = 0
  85.       end
  86.       object Edit2: TEdit
  87.         Left = 72
  88.         Top = 44
  89.         Width = 233
  90.         Height = 21
  91.         TabOrder = 1
  92.       end
  93.       object cbClearFiles: TCheckBox
  94.         Left = 40
  95.         Top = 192
  96.         Width = 145
  97.         Height = 17
  98.         Caption = 'Clear previous files'
  99.         TabOrder = 2
  100.       end
  101.       object CheckBox1: TCheckBox
  102.         Left = 192
  103.         Top = 192
  104.         Width = 145
  105.         Height = 17
  106.         Caption = 'Open generated HTML'
  107.         Checked = True
  108.         State = cbChecked
  109.         TabOrder = 3
  110.       end
  111.       object GroupBox1: TGroupBox
  112.         Left = 16
  113.         Top = 88
  114.         Width = 321
  115.         Height = 81
  116.         Caption = ' Page laying '
  117.         TabOrder = 4
  118.         object rbOnePage: TRadioButton
  119.           Left = 16
  120.           Top = 24
  121.           Width = 201
  122.           Height = 17
  123.           Caption = 'Place all images to one page'
  124.           Checked = True
  125.           TabOrder = 0
  126.           TabStop = True
  127.         end
  128.         object rbMultiPage: TRadioButton
  129.           Left = 16
  130.           Top = 50
  131.           Width = 193
  132.           Height = 17
  133.           Caption = 'Define number of images per page:'
  134.           TabOrder = 1
  135.         end
  136.         object eNumPerPage: TEdit
  137.           Left = 224
  138.           Top = 48
  139.           Width = 49
  140.           Height = 21
  141.           TabOrder = 2
  142.           Text = '18'
  143.         end
  144.       end
  145.     end
  146.   end
  147.   object OpenDialog1: TOpenDialog
  148.     DefaultExt = 'tml'
  149.     Filter = 'HTML templates|*.tml'
  150.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  151.     Left = 298
  152.     Top = 6
  153.   end
  154.   object SaveDialog1: TSaveDialog
  155.     DefaultExt = 'html'
  156.     Left = 324
  157.     Top = 5
  158.   end
  159. end
  160.